AddSolid
Description
This method adds the SOLID entity.
Parameter | Type | Description |
---|---|---|
Data | TdxfExportData | The instance of the TdxfExportData type is a parameter of the AddSolid procedure. The coordinates of vertices are passed in by four fields of the TdxfExportData type instance: Point , Point1 , Point2 and Point4 . If only three corners are entered to define the SOLID, then the fourth corner coordinate is the same as the third. |
Syntax
procedure AddSolid(var Data: TdxfExportData);